home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung / Power-Programmierung (Tewi)(1994).iso / magazine / drdobbs / 1991 / 02 / read.me < prev    next >
Text File  |  1990-12-26  |  3KB  |  83 lines

  1. 386BSD.FEB
  2. Title: PORTING UNIX TO THE 386: THREE INITIAL PC UTILITIES
  3. Keywords: FEB91  UNIX  80386  MS-DOS   GCC
  4. Source code examples accompanying Bill and Lynne Jolitz's article 
  5. on porting BSD Unix to the 80386. This month's utilities let you 
  6. execute GCC-compiled programs in protected mode from MS-DOS, and 
  7. copy files to a shared portion of disk so that MS-DOS and Unix 
  8. can exchange information. 
  9.  
  10. NELSON.ARC
  11. Title: ARITHMETIC CODING AND STATISTICAL MODELING 
  12. Keywords: FEB91   DATA COMPRESSION  STATISTICAL MODELING 
  13. An ARC file containing (among other things) the source code 
  14. accompanying Mark Nelson's article on achieving impressive 
  15. compression ratios by combining arithmetic coding with powerful 
  16. modeling techniques. See the READ.ME within the ARC file for a 
  17. description of the various files.
  18.  
  19. ENTROPY.ASC
  20. Title: ENTROPY
  21. Keywords: FEB91 DATA COMPRESSION 
  22. Source code accompanying Kas Thomas's article on understanding 
  23. entropy and data compression.
  24.  
  25. CONTEST.ARC 
  26. Title: THE DDJ DATA COMPRESSION CONTEST 
  27. Keywords: FEB91  DATA COMPRESSION   CONTEST
  28. The sample files and entry form for the DDJ Data Compression 
  29. Contest. See the READ.ME file that is included in the ARC. 
  30.  
  31. SNAP3.ASC
  32. Title: SCREEN CAPTURING FOR WINDOWS 3.0
  33. Keywords: FEB91    WINDOWS 3.0    CAPTURE 
  34. Source code for Jim Conger's SNAP3 utility which lets you capture 
  35. graphics screen in Windows 3.0.
  36.  
  37. EXPERT.ASC
  38. Title: YACC FOR EXPERT SYSTEMS
  39. Keywords: FEB91   YACC    EXPERT SYSTEMS
  40. Todd King uses MKS's YACC to build a portable expert system.
  41.  
  42. XWINDOW.ASC
  43. Title: Intrinsics of the X Toolkit
  44. Keywords:  FEB91   X WINDOW    UNIX  OSF/Motif
  45. Todd Lainhart develops a text editor using the OSF/Motif X Window 
  46. Intrinsics toolkit to show how application developers can allow 
  47. the user personalized configuration of their computing 
  48. environment. 
  49.  
  50. STRUCTUR.ASC
  51. Title: STRUCTURED PROGRAMMING COLUMN
  52. Keywords: FEB91  TURBO PASCAL   ZELLER
  53. A snippet of code from Jeff Duntemann's Structured Programming 
  54. Column.
  55.  
  56.  
  57. CPROG.ASC
  58. Title: C PROGRAMMING COLUMN
  59. Keywords: FEB91  C  DATA COMPRESSION HUFFMAN
  60. Source code the implements Huffman's data compression technique. 
  61. Accompanyings Al Stevens's C Programming Column.
  62.  
  63. GRAPHICS.ASC
  64. Title: GRAPHICS PROGRAMMING COLUMN
  65. Keywords: FEB91  GRAPHICS  POLYGON   C   ASSEMBLY
  66. Source code in C and assembler that accompanies Michael Abrash's 
  67. discusion of filled polygons.
  68.  
  69. REMOTE.ASC
  70. Title: REMOTE CONNECTIVITY FOR PORTABLE TERMINALS: PART I
  71. Keywords: FEB91  EMBEDDED SYSTEMS   8051   VT100
  72. Source code (mainly in 8051 C and assembler) for Dan Troy's 
  73. article on developing VT100 terminal emulation on the 8051.
  74.  
  75. DIVISOR.ASC
  76. Title: OPTIMIZING INTEGER DIVISION BY A CONSTANT DIVISOR      
  77. Keywords: FEB91  EMBEDDED SYSTEMS   
  78. Robert D. Grappel's code for speeding up slow processors by 
  79. decomposing a division by a constant divisor into simple 
  80. sequences of additions, subtractions, and shifts. 
  81.  
  82.  
  83.